home *** CD-ROM | disk | FTP | other *** search
- .TH CEDITPT
- 6 "IRIT Version 6.0"
- .SH NAME
- CEDITPT
-
-
-
- CurveType CEDITPT( CurveType Curve, CtlPtType CtlPt, NumericType Index )
-
- Provides a simple mechanism to manually modify a single control point number
- Index (base count is 0) in Curve, by substituting CtlPt
- instead. CtlPt must have the same point type as the control points of
- the Curve. Original curve Curve is not modified.
-
- Example:
-
- CPt = ctlpt( E3, 1, 2, 3 );
- NewCrv = CEDITPT( Curve, CPt, 1 );
-
- constructs a NewCrv with the second control point of Curve being
- CPt.
-